From: Eli Zaretskii Date: Sat, 23 Dec 2006 02:04:31 +0000 (+0000) Subject: (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE) explicitly in a recursive X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~3238 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f9c474af5b548376a29be703f87d5db85f30d68e;p=emacs.git (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE) explicitly in a recursive Make, not implicitly through prerequisites, since the latter is wrong under parallel builds. --- diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 058e71f5817..bbae20fd446 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -371,7 +371,12 @@ pre-mh-loaddefs.el-CMD: # sources only. # Need separate version for sh and native cmd.exe -bootstrap-clean: bootstrap-clean-$(SHELLTYPE) $(lisp)/loaddefs.el +# Note that bootstrap-clean-$(SHELLTYPE) copies ldefs-boot.el to loaddefs.el, +# and thus the almost-empty loaddefs.el crafted by the $(lisp)/loaddefs.el +# target can NOT be built _after_ bootstrap-clean-$(SHELLTYPE) does its +# thing, or else an empty loaddefs.el will overwrite the full one. +bootstrap-clean: $(lisp)/loaddefs.el + $(MAKE) $(MFLAGS) bootstrap-clean-$(SHELLTYPE) bootstrap-clean-CMD: # if exist "$(EMACS)" $(MAKE) $(MFLAGS) autoloads